From: Goetz Goerisch Date: Sat, 6 Dec 2025 07:43:13 +0000 (+0100) Subject: unbound: update to 1.24.2 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=0ca33e71e99275e77884590006bcfc704cbcfec7;p=feed%2Fpackages.git unbound: update to 1.24.2 Fixes: Possible Domain Hijacking via promiscuous NS Records (CVE-2025-11411) Changelog: https://www.nlnetlabs.nl/projects/unbound/download/#unbound-1-24-2 Upstream commit f6269baa605d31859f28770e01a24e3677e5f82c https://github.com/NLnetLabs/unbound/commit/f6269baa605d31859f28770e01a24e3677e5f82c Signed-off-by: Goetz Goerisch --- diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 2669dec503..a598e5ef70 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.24.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.24.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound -PKG_HASH:=147b22983cc7008aa21007e251b3845bfcf899ffd2d3b269253ebf2e27465086 +PKG_HASH:=44e7b53e008a6dcaec03032769a212b46ab5c23c105284aa05a4f3af78e59cdb PKG_MAINTAINER:=Eric Luehrsen PKG_LICENSE:=BSD-3-Clause diff --git a/net/unbound/patches/010-configure-uname.patch b/net/unbound/patches/010-configure-uname.patch index 62231726fd..3a196fdcec 100644 --- a/net/unbound/patches/010-configure-uname.patch +++ b/net/unbound/patches/010-configure-uname.patch @@ -3,7 +3,7 @@ Fix cross compile errors by inserting an environment variable for the target. Use "uname" on host only if "UNAME" variable is empty. --- a/configure.ac +++ b/configure.ac -@@ -902,7 +902,7 @@ if test x_$ub_test_python != x_no; then +@@ -904,7 +904,7 @@ if test x_$ub_test_python != x_no; then fi fi